Use Adwaita as the default theme
authorMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 14:37:29 +0000 (10:37 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 13 Jun 2014 17:20:58 +0000 (13:20 -0400)
This ensures that GTK+ applications have a high-quality theme on
all platforms, and look consistent.

gtk/gtksettingsprivate.h

index df42013ad8835ef7a8ed447713cbe87b35f76b19..71ba4a85e4ab3bb4aa691bfafe5c29350cd448be 100644 (file)
@@ -23,7 +23,7 @@
 
 G_BEGIN_DECLS
 
-#define DEFAULT_THEME_NAME      "Raleigh"
+#define DEFAULT_THEME_NAME      "Adwaita"
 
 void                _gtk_settings_set_property_value_from_rc (GtkSettings            *settings,
                                                               const gchar            *name,